/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: "Poppins", sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  color: #282828;
  text-align: left; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1 {
  font-size: 3.43em; }

h2 {
  font-size: 2.5714em; }

h3 {
  font-size: 2.1428em; }

h4 {
  font-size: 1.5714em; }

h5 {
  font-size: 1.5em;
  margin: 5px 0; }

h6 {
  font-size: 1.2857em;
  margin: 5px 0; }

h1, h2, h3, h4, h5, h6 {
  color: #2e3d62;
  font-weight: 700;
  font-family: "Poppins", sans-serif; }

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: inherit;
  font-weight: 700;
  font-family: "Poppins", sans-serif; }

p {
  font-size: 14px;
  margin: 0 0 1.75em;
  color: #282828;
  line-height: 1.75; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #0266b2;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  text-decoration: none; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none;
  max-width: 100%; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*# sourceMappingURL=bootstrap-reboot.css.map */
.navbar-nav > li > a {
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 10px;
  display: block; }
  @media (min-width: 1200px) {
    .navbar-nav > li > a {
      padding: 40px 20px; } }
.navbar-nav > li.dropdown {
  position: relative; }
  .navbar-nav > li.dropdown .submenu {
    min-width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 150%;
    padding-left: 0;
    text-align: center;
    list-style-type: none;
    border-top: 5px solid #ed1c24;
    opacity: 0;
    visibility: hidden;
    transform-origin: left top; }
    @media (min-width: 992px) {
      .navbar-nav > li.dropdown .submenu {
        min-width: 220px;
        text-align: left; } }
    .navbar-nav > li.dropdown .submenu li a {
      padding: 10px 30px !important;
      display: block;
      color: #2e3d62;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
      .navbar-nav > li.dropdown .submenu li a:hover {
        background-color: #ed1c24;
        color: #fff; }
    .navbar-nav > li.dropdown .submenu .submenu {
      left: 100%; }
  .navbar-nav > li.dropdown:hover > .submenu {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    top: 100%;
    opacity: 1;
    visibility: visible; }
  .navbar-nav > li.dropdown > ul .dropdown:hover > .submenu {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    top: 0%;
    left: 100%;
    opacity: 1;
    visibility: visible; }

.markapp-mobile-menu-area {
  max-width: 400px;
  width: 90%;
  position: fixed;
  top: 0;
  left: -400px;
  background: #fff;
  height: 100%;
  z-index: 9999;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
  .markapp-mobile-menu-area .m-menu-header {
    background-color: #d3d3d5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0; }
    .markapp-mobile-menu-area .m-menu-header .logo {
      padding: 10px 20px; }
    .markapp-mobile-menu-area .m-menu-header .close-bar {
      position: relative;
      width: 30px;
      height: 30px;
      margin-right: 10px; }
      .markapp-mobile-menu-area .m-menu-header .close-bar span {
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1px;
        width: 100%;
        height: 2px;
        background-color: #fff;
        transform-origin: center; }
        .markapp-mobile-menu-area .m-menu-header .close-bar span:first-child {
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        .markapp-mobile-menu-area .m-menu-header .close-bar span:last-child {
          -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  .markapp-mobile-menu-area .mobile-menu {
    height: calc(100% - 60px );
    overflow-y: auto; }
    .markapp-mobile-menu-area .mobile-menu .m-menu {
      margin: 0;
      padding: 30px 0;
      list-style: none; }
      .markapp-mobile-menu-area .mobile-menu .m-menu li a {
        display: block;
        font-size: 18px;
        font-weight: 500;
        padding: 8px 20px;
        position: relative; }
        .markapp-mobile-menu-area .mobile-menu .m-menu li a .arrow {
          width: 30px;
          height: 30px;
          text-align: center;
          line-height: 30px;
          color: #2e3d62;
          -webkit-border-radius: 3px;
          -moz-border-radius: 3px;
          border-radius: 3px;
          position: absolute;
          right: 10px;
          top: 50%;
          margin-top: -15px;
          font-weight: 200; }
          .markapp-mobile-menu-area .mobile-menu .m-menu li a .arrow i {
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            transition: 0.3s; }
      .markapp-mobile-menu-area .mobile-menu .m-menu li .mobile-submenu {
        display: none;
        list-style: none;
        margin: 0;
        padding-left: 20px; }
        .markapp-mobile-menu-area .mobile-menu .m-menu li .mobile-submenu li a {
          font-size: 16px; }
      .markapp-mobile-menu-area .mobile-menu .m-menu li.open > a {
        color: #ed1c24; }
        .markapp-mobile-menu-area .mobile-menu .m-menu li.open > a .arrow {
          color: #ed1c24; }
          .markapp-mobile-menu-area .mobile-menu .m-menu li.open > a .arrow i {
            transform: rotate(90deg); }
      .markapp-mobile-menu-area .mobile-menu .m-menu li.open .mobile-submenu {
        display: block; }

.open-mobile-menu {
  position: relative;
  overflow: hidden; }
  .open-mobile-menu .menu-bar {
    opacity: 0.1; }
  .open-mobile-menu:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(46, 61, 98, 0.9);
    z-index: 99; }
  .open-mobile-menu .markapp-mobile-menu-area {
    left: 0; }

/*
		Index 2 SCSS
*/
.our-client {
  background-color: #31315c;
  padding-top: 70px;
  padding-bottom: 70px; }
  .our-client .client-container {
    overflow: hidden; }
    .our-client .client-container .client-item {
      text-align: center; }
  .our-client.style2 {
    background-color: transparent;
    padding-top: 50px;
    padding-bottom: 50px; }
  .our-client.style3 {
    background-color: #f7f7f7; }

.integration-section {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url(../images/integration-bg.jpg);
  position: relative; }
  .integration-section .integration-action {
    padding-top: 20px; }
  .integration-section .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(12, 36, 187, 0.7); }

.headertop {
  background-color: #e7bf02; }
  .headertop .social-media-list li a {
    padding: 10px 10px; }

.main-menu-area.transparent-menu {
  background-color: rgba(1, 3, 40, 0.45);
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 9;
  padding: 10px 20px; }
  .main-menu-area.transparent-menu .menu-action .menu-bar .bars span {
    background-color: #fff; }
  @media (min-width: 992px) {
    .main-menu-area.transparent-menu {
      top: 45px;
      padding: 0; } }
  .main-menu-area.transparent-menu .navbar-nav li a {
    color: #fff; }
  .main-menu-area.transparent-menu .menu-action li {
    color: #fff; }
.main-menu-area.style2 {
  padding: 0;
  background-color: transparent; }
  .main-menu-area.style2 .manu-container {
    padding: 20px 30px;
    max-width: 1350px;
    width: 100%; }
    @media (min-width: 992px) {
      .main-menu-area.style2 .manu-container {
        width: 90%;
        padding: 0 30px; } }
    @media (min-width: 1300px) {
      .main-menu-area.style2 .manu-container {
        width: 100%; } }
    .main-menu-area.style2 .manu-container .navbar-nav li a {
      color: #2e3d62;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s;
      padding: 38px 6px; }
      @media (min-width: 1200px) {
        .main-menu-area.style2 .manu-container .navbar-nav li a {
          padding: 38px 10px; } }
    .main-menu-area.style2 .manu-container .navbar-nav li.active a, .main-menu-area.style2 .manu-container .navbar-nav li:hover a {
      color: #0266b2; }
    .main-menu-area.style2 .manu-container .navbar-nav li .submenu {
      border-color: #0266b2; }
      .main-menu-area.style2 .manu-container .navbar-nav li .submenu li a:hover {
        background-color: #0266b2;
        color: #fff; }
    .main-menu-area.style2 .manu-container .menu-action li {
      color: #676767; }
    .main-menu-area.style2 .manu-container .menu-action .search-option:after {
      background-color: #b4b4b4; }
    .main-menu-area.style2 .manu-container .menu-action .menu-bar span {
      font-size: 10px;
      font-weight: 600; }
    .main-menu-area.style2 .manu-container .menu-action .menu-bar .bars span {
      background-color: #2e3d62; }
.main-menu-area.style3.transparent-menu {
  background-color: transparent;
  top: 0; }
.main-menu-area.style3 .manu-container {
  background-color: transparent; }
  .main-menu-area.style3 .manu-container .navbar-nav li.active a, .main-menu-area.style3 .manu-container .navbar-nav li:hover a {
    color: #e7bf02; }
  .main-menu-area.style3 .manu-container .navbar-nav li .submenu {
    border-color: #e7bf02; }
    .main-menu-area.style3 .manu-container .navbar-nav li .submenu li a {
      color: #2e3d62; }
      .main-menu-area.style3 .manu-container .navbar-nav li .submenu li a:hover {
        background-color: #e7bf02;
        color: #fff; }
.main-menu-area.style3 .menu-action .menu-bar .bars span {
  background-color: #fff; }
.main-menu-area.style3 .menu-action .search-option:after {
  background-color: rgba(255, 255, 255, 0.6); }
.main-menu-area.primary-menu.fixed-menu {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99; }

@media (min-width: 1200px) {
  .container-small {
    max-width: 1000px !important; } }
@media (min-width: 1300px) {
  .container-big {
    max-width: 1280px; } }
.bg-ash {
  background-color: #f7f7f7; }

.position-relative {
  position: relative;
  z-index: 1; }

.manu-container {
  max-width: 1280px;
  width: 100%;
  margin: auto;
  background-color: #fff;
  border-radius: 5px; }

.footer-container {
  max-width: 1300px;
  margin: auto;
  padding: 0 30px; }
  @media (min-width: 1200px) {
    .footer-container {
      padding: 0 15px; } }

.siteinfo li {
  padding: 0 10px;
  color: #131314; }
  .siteinfo li:first-child {
    padding-left: 0; }
    .siteinfo li:first-child i {
      background-color: #000;
      padding: 15px 15px;
      margin-right: 10px; }
  .siteinfo li:last-child {
    padding-right: 0; }
  .siteinfo li i {
    color: #ed1c24;
    padding: 15px 5px; }

.social-media-list li a {
  display: block;
  padding: 12px 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
  .social-media-list li a:hover {
    color: #ed1c24; }
.social-media-list li:last-child a {
  padding-right: 0; }
.social-media-list.style3 li {
  margin: 3px; }
  .social-media-list.style3 li a {
    width: 30px;
    height: 30px;
    background-color: #acacac;
    color: #fff;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0 4px 4px 0 rgba(172, 172, 172, 0.4);
    display: block;
    line-height: 30px;
    text-align: center;
    padding: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .social-media-list.style3 li a:hover {
      background-color: #e7bf02;
      border-color: #e7bf02;
      box-shadow: none; }

.menu-action li {
  padding: 10px 15px; }
  .menu-action li:last-child {
    padding-right: 0; }
.menu-action .search-option {
  position: relative;
  cursor: pointer; }
  .menu-action .search-option:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    width: 1px;
    height: 20px;
    background-color: #19224b; }
.menu-action .cart-bar {
  position: relative; }
  .menu-action .cart-bar .cart-count {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #ed1c24;
    position: absolute;
    right: 3px;
    top: 0px;
    text-align: center;
    line-height: 18px;
    color: #fff; }
    .menu-action .cart-bar .cart-count.color2 {
      background-color: #e7bf02; }
    .menu-action .cart-bar .cart-count.color3 {
      background-color: #0266b2; }
.menu-action .signup .custom-btn {
  color: #fff;
  background-color: #ed1c24;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 3px;
  margin-left: 10px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
  .menu-action .signup .custom-btn:hover {
    background-color: #e7bf02; }

.menu-bar {
  color: #2e3d62;
  display: flex;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px; }
  .menu-bar .text {
    display: none; }
    @media (min-width: 500px) {
      .menu-bar .text {
        display: block; } }
  .menu-bar .bars {
    width: 30px;
    display: inline-block;
    cursor: pointer;
    margin-left: 10px; }
    .menu-bar .bars span {
      width: 100%;
      height: 3px;
      background-color: #2e3d62;
      margin-bottom: 6px;
      display: block;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
      .menu-bar .bars span:nth-child(2) {
        width: 85%; }
      .menu-bar .bars span:nth-child(3) {
        width: 70%;
        margin-bottom: 0; }
    .menu-bar .bars:hover span:nth-child(2), .menu-bar .bars:hover span:nth-child(3) {
      width: 100%; }
    .menu-bar .bars:hover span:nth-child(2) {
      transform: translateX(6px); }

.search-area {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  transform-origin: top; }
  .search-area .close-search {
    position: absolute;
    right: 50px;
    top: 50px;
    font-size: 36px;
    color: #fff;
    cursor: pointer;
    width: 60px;
    height: 50px; }
    .search-area .close-search span {
      width: 100%;
      height: 3px;
      background-color: #fff;
      position: absolute;
      top: 50%;
      left: 0;
      transform-origin: center; }
      .search-area .close-search span:first-child {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .search-area .close-search span:last-child {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
  .search-area .menu-search-form {
    max-width: 1000px;
    width: 80%;
    margin: auto;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .search-area .menu-search-form input {
      width: 100%;
      padding: 10px 60px;
      text-align: center;
      font-size: 30px;
      border-bottom: 3px solid #e7bf02;
      border-top: none;
      border-left: none;
      border-right: none;
      outline: none; }
    .search-area .menu-search-form button {
      position: absolute;
      right: 0px;
      top: 0;
      width: 60px;
      text-align: center;
      height: 100%;
      text-align: center;
      background-color: #e7bf02;
      line-height: 75px !important;
      color: #fff;
      font-size: 24px;
      cursor: pointer;
      border: none;
      outline: none; }

.search {
  position: relative; }
  .search:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.96);
    opacity: 0;
    z-index: 99;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  .search.search-open .search-area {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); }
  .search.search-open:after {
    opacity: 1;
    visibility: visible; }

.section-header {
  margin-bottom: 60px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 992px) {
    .section-header {
      margin-bottom: unset;
      text-align: left;
      padding-left: 0;
      padding-right: 0; } }
  .section-header .up-title {
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .section-header .title {
    position: relative;
    margin-bottom: 20px; }
    .section-header .title.base-color1 span {
      color: #ed1c24; }
    .section-header .title.base-color2 span {
      color: #e7bf02; }
    .section-header .title.base-color3 span {
      color: #0266b2; }
  .section-header .sub-title {
    font-size: 16px; }
  .section-header.custom-border .title {
    margin-bottom: 65px; }
    .section-header.custom-border .title:after {
      content: '';
      position: absolute;
      left: 50%;
      margin-left: -32px;
      bottom: -25px;
      width: 65px;
      height: 8px;
      background-color: #e7bf02; }
      @media (min-width: 992px) {
        .section-header.custom-border .title:after {
          left: 0;
          margin-left: 0; } }
  .section-header.custom-border .sub-title {
    margin-bottom: 35px; }
  .section-header.center-style .title {
    font-weight: 800; }
  .section-header.center-style.custom-border .title:after {
    left: 50%;
    margin-left: -32px; }
  .section-header.light .title {
    color: #fff; }
    .section-header.light .title span {
      color: #e7bf02; }
  .section-header.light .sub-title {
    color: #fff; }
  .section-header.light .up-title {
    color: #fff; }
  .section-header.style2 .title {
    font-weight: 700; }

.meta-post {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media (min-width: 992px) {
    .meta-post {
      justify-content: start; } }
  .meta-post li {
    margin-right: 15px;
    color: #90908f; }
    .meta-post li span {
      margin-right: 7px; }
      .meta-post li span:before {
        margin-left: 0;
        font-size: 14px; }
    .meta-post li i {
      margin-right: 7px; }
    .meta-post li a {
      color: inherit; }
      .meta-post li a.color {
        color: #e7bf02;
        font-weight: 700; }
    .meta-post li.color i, .meta-post li.color svg {
      color: #e7bf02; }
  .meta-post.style2 li span, .meta-post.style2 li svg {
    color: #e7bf02; }
    .meta-post.style2 li span:before, .meta-post.style2 li svg:before {
      font-size: 13px; }
    .meta-post.style2 li span.base-color1, .meta-post.style2 li svg.base-color1 {
      color: #ed1c24; }
    .meta-post.style2 li span.base-color2, .meta-post.style2 li svg.base-color2 {
      color: #e7bf02; }
    .meta-post.style2 li span.base-color3, .meta-post.style2 li svg.base-color3 {
      color: #0266b2; }

.post-item {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  text-align: left; }
  @media (min-width: 992px) {
    .post-item {
      margin-bottom: 0;
      text-align: left; } }
  .post-item .post-thumb {
    width: 100%;
    overflow: hidden; }
    .post-item .post-thumb img {
      width: 100%;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
  .post-item .content {
    padding: 20px 20px 0px 20px; }
    .post-item .content .title {
      margin-bottom: 15px;
      line-height: 1.35; }
      .post-item .content .title a {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s; }
        .post-item .content .title a:hover {
          color: #ed1c24; }
    .post-item .content .button-area {
      padding-top: 16px;
      padding-bottom: 16px;
      padding-left: 15px;
      align-items: center;
      border-top: 1px solid #e9e9e9;
      position: relative; }
      .post-item .content .button-area:after {
        content: '';
        position: absolute;
        left: 0;
        width: 3px;
        height: 35px;
        top: 50%;
        margin-top: -17px;
        background-color: #e0e0e0; }
      .post-item .content .button-area .button {
        color: #ed1c24; }
        .post-item .content .button-area .button.base-color1 {
          color: #ed1c24; }
          .post-item .content .button-area .button.base-color1 svg {
            color: #ed1c24; }
        .post-item .content .button-area .button.base-color2 {
          color: #e7bf02; }
          .post-item .content .button-area .button.base-color2 svg {
            color: #e7bf02; }
        .post-item .content .button-area .button.base-color3 {
          color: #0266b2; }
          .post-item .content .button-area .button.base-color3 svg {
            color: #0266b2; }
      .post-item .content .button-area .button-arrow {
        width: 33px;
        height: 33px;
        line-height: 31px;
        text-align: center;
        color: #ed1c24;
        border: 2px solid #ed1c24;
        border-radius: 100%;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s; }
  .post-item:hover .button-arrow {
    background-color: #ed1c24;
    color: #fff !important; }
  .post-item.style2 {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0); }
    .post-item.style2 .content {
      padding: 20px 0 0px 0; }
      .post-item.style2 .content .title {
        margin-bottom: 20px;
        line-height: 26px; }
    .post-item.style2 .post-thumb {
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.08); }
  .post-item.style3 {
    box-shadow: none; }
    .post-item.style3 .content {
      padding-left: 0;
      padding-right: 0; }
      .post-item.style3 .content .button-area {
        padding-left: 0;
        padding-top: 15px;
        margin-top: 40px; }
        .post-item.style3 .content .button-area:after {
          display: none; }
        .post-item.style3 .content .button-area .button {
          font-weight: 600;
          font-size: 13px;
          text-transform: uppercase;
          color: #e7bf02; }
  .post-item.style4 {
    box-shadow: none;
    margin-bottom: 60px; }
    .post-item.style4 .content {
      padding-left: 0;
      padding-right: 0; }
      .post-item.style4 .content .button-area {
        padding-left: 0;
        padding-top: 0;
        margin-top: 0;
        border-top: none;
        border-bottom: 1px solid #e0e0e0; }
        .post-item.style4 .content .button-area:after {
          display: none; }
        .post-item.style4 .content .button-area .button {
          font-weight: 600;
          font-size: 13px;
          text-transform: uppercase;
          color: #e7bf02; }
  .post-item.style5 {
    margin-bottom: 40px; }
    .post-item.style5 .post-thumb {
      width: 45%; }
    .post-item.style5 .content {
      width: 55%;
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 45px; }
      .post-item.style5 .content p {
        font-size: 16px; }
      .post-item.style5 .content .button-area {
        padding-left: 0;
        padding-top: 0;
        margin-top: 0;
        border-top: none; }
        .post-item.style5 .content .button-area:after {
          display: none; }
        .post-item.style5 .content .button-area .button {
          font-weight: 600;
          font-size: 13px;
          text-transform: uppercase;
          color: #e7bf02; }
  .post-item:hover .post-thumb img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

.cata-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7px; }
  .cata-list li {
    margin-right: 10px; }
    .cata-list li:last-child {
      margin-right: 0; }
    .cata-list li a {
      color: #a4a4a4;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 500; }

.entry-content.post-item .content {
  padding-left: 0;
  padding-right: 0; }

.small-post-list {
  margin: 0;
  padding-left: 0;
  padding-top: 15px;
  list-style: none; }
  .small-post-list .post-item {
    box-shadow: none;
    margin-bottom: 20px; }
    .small-post-list .post-item:last-child {
      margin-bottom: 0; }
    .small-post-list .post-item .post-thumb {
      width: 75px;
      height: 65px;
      flex-basis: 75px;
      box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07); }
    .small-post-list .post-item .content {
      padding: 0;
      margin-left: 15px; }
      .small-post-list .post-item .content .title {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 10px; }

.integration-action a {
  margin: 5px; }

.mtbg-img {
  position: relative; }
  .mtbg-img:after {
    content: '';
    position: absolute;
    left: -108px;
    top: 25px;
    width: 170px;
    height: 104px;
    z-index: -1;
    background-image: url(../images/about/transparent-bg1.png); }

.section-transparentbg-img {
  position: relative; }
  .section-transparentbg-img:after {
    content: '';
    position: absolute;
    left: -50px;
    top: -170px;
    width: 50%;
    height: 100%;
    opacity: 0.8;
    background-image: url(../images/about/transparent-bg2.png); }

.qoute {
  max-width: 400px;
  width: 400px;
  position: relatvie;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden; }
  .qoute img {
    position: absolute;
    left: 0;
    top: 0; }
  .qoute .qoute-inner {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 30px;
    position: relative; }
    .qoute .qoute-inner:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 4px;
      background-color: #e7bf02; }
    .qoute .qoute-inner .qoute-heading {
      text-align: center;
      padding: 10px 40px 25px 40px; }
      .qoute .qoute-inner .qoute-heading h3 {
        font-size: 22px;
        font-weight: 700; }
        .qoute .qoute-inner .qoute-heading h3 span {
          color: #e7bf02; }
      .qoute .qoute-inner .qoute-heading p {
        margin-bottom: 0; }
    .qoute .qoute-inner .qoute-form input {
      width: 100%;
      margin-bottom: 10px;
      padding: 13px 20px;
      border: none;
      background-color: #e2e2e2;
      outline: none;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
    .qoute .qoute-inner .qoute-form textarea {
      width: 100%;
      min-height: 100px;
      margin-bottom: 10px;
      background-color: #e2e2e2;
      border: none;
      padding: 13px 20px;
      outline: none;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px; }
    .qoute .qoute-inner .qoute-form .submit {
      background-color: #e7bf02;
      padding: 15px 25px;
      outline: none;
      color: #fff;
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 700;
      cursor: pointer;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
      .qoute .qoute-inner .qoute-form .submit:hover {
        background-color: #0266b2; }

.srollTop {
  line-height: 20px;
  font-size: 18px;
  font-weight: 700;
  background-color: #ed1c24;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
  position: fixed;
  bottom: 30px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }
  .srollTop.color2 {
    background-color: #0061b3; }
  .srollTop.color3 {
    background-color: #0266b2; }
  .srollTop:hover {
    color: #fff; }

.fixed-totop .srollTop {
  opacity: 1;
  visibility: visible; }

.banner {
  overflow: hidden; }
  .banner .banner-image img {
    animation: helicopter-anim 10s infinite; }
  .banner .banner-content h3 {
    font-weight: 900;
    color: #e7bf02;
    text-transform: uppercase;
    line-height: 1.2; }
  .banner .banner-content h1 {
    font-size: 30px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 25px; }
    .banner .banner-content h1 span {
      color: #ed1c24; }
    @media (min-width: 768px) {
      .banner .banner-content h1 {
        font-size: 40px; } }
    @media (min-width: 992px) {
      .banner .banner-content h1 {
        font-size: 30px; } }
    @media (min-width: 1400px) {
      .banner .banner-content h1 {
        font-size: 70px; } }
  .banner .banner-content p {
    color: #fff;
    line-height: 2;
    font-weight: 500;
    max-width: 475px;
    width: 100%; }
  .banner.style1 {
    background-image: url(../images/banner/01.jpg); }
    .banner.style1 > .container > .row {
      height: 100vh; }
    .banner.style1 .banner-content {
      text-align: center; }
      @media (min-width: 992px) {
        .banner.style1 .banner-content {
          text-align: left; } }
      .banner.style1 .banner-content h3 {
        color: #e7bf02; }
      .banner.style1 .banner-content h1 {
        color: #fff; }
        .banner.style1 .banner-content h1 span {
          color: #ed1c24; }
      .banner.style1 .banner-content p {
        color: #fff; }
  .banner.style2 {
    height: 100vh;
    background-image: url(../images/banner/banner2.jpg);
    background-repeat: no-repeat; }
    .banner.style2 > .container > .row {
      height: 100vh; }
    @media (min-width: 992px) {
      .banner.style2 .banner-content {
        margin-top: 100px; } }
    .banner.style2 .banner-content h3 {
      color: #2e3d62; }
    .banner.style2 .banner-content h1 {
      color: #2e3d62; }
      .banner.style2 .banner-content h1 span {
        color: #0266b2; }
    .banner.style2 .banner-content p {
      color: #2e3d62; }
    .banner.style2 .banner-content .custom-btn {
      background-color: #0266b2;
      text-transform: uppercase;
      border-radius: 3px;
      color: #fff;
      font-weight: 600;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
      .banner.style2 .banner-content .custom-btn:hover {
        background-color: #ed1c24; }
    @media (min-width: 992px) {
      .banner.style2 .banner-image {
        margin-top: 100px; } }
  .banner.style3 {
    height: 100vh;
    background-image: url(../images/banner/banner3.jpg);
    background-repeat: no-repeat; }
    @media (min-width: 992px) {
      .banner.style3 {
        height: 900px; } }
    .banner.style3 > .container > .row {
      height: 100vh; }
      @media (min-width: 992px) {
        .banner.style3 > .container > .row {
          height: 900px; } }
    .banner.style3 .banner-content {
      text-align: center; }
      @media (min-width: 992px) {
        .banner.style3 .banner-content {
          text-align: left; } }
      .banner.style3 .banner-content h3 {
        font-weight: 400;
        color: #fff;
        font-size: 22px; }
        @media (min-width: 576px) {
          .banner.style3 .banner-content h3 {
            font-size: 24px; } }
        @media (min-width: 1200px) {
          .banner.style3 .banner-content h3 {
            font-size: 40px; } }
        .banner.style3 .banner-content h3 span {
          color: #e7bf02; }
      .banner.style3 .banner-content h1 {
        margin-bottom: 0;
        font-size: 40px; }
        @media (min-width: 576px) {
          .banner.style3 .banner-content h1 {
            font-size: 60px; } }
        .banner.style3 .banner-content h1 span {
          color: #e7bf02; }
      .banner.style3 .banner-content p {
        font-size: 18px;
        max-width: unset; }
        @media (min-width: 576px) {
          .banner.style3 .banner-content p {
            font-size: 20px; } }
        .banner.style3 .banner-content p i {
          color: #e7bf02;
          margin-right: 6px; }
      .banner.style3 .banner-content .video-button-area .video-btn {
        margin-right: 10px; }
      .banner.style3 .banner-content .video-button-area span {
        color: #fff;
        font-weight: 500; }
  .banner.style4 {
    height: 100vh;
    background-image: url(../images/banner/banner4.jpg);
    background-repeat: no-repeat; }
    .banner.style4 > .container > .row {
      height: 100vh; }
    @media (min-width: 992px) {
      .banner.style4 {
        height: 82vh; }
        .banner.style4 > .container > .row {
          height: 82vh; } }
    .banner.style4 .banner-content {
      text-align: center;
      padding: 20px; }
      .banner.style4 .banner-content h3 {
        font-weight: 400;
        color: #fff;
        text-transform: capitalize;
        font-size: 25px; }
        .banner.style4 .banner-content h3 span {
          color: #e7bf02; }
      .banner.style4 .banner-content h1 {
        margin-bottom: 0;
        font-size: 40px; }
        .banner.style4 .banner-content h1 span {
          color: #e7bf02; }
      .banner.style4 .banner-content p {
        font-size: 18px;
        max-width: unset; }
        .banner.style4 .banner-content p i {
          color: #e7bf02;
          margin-right: 6px; }
      .banner.style4 .banner-content .video-button-area .video-btn {
        margin-right: 10px; }
      .banner.style4 .banner-content .video-button-area span {
        color: #fff;
        font-weight: 500; }
      @media (min-width: 768px) {
        .banner.style4 .banner-content {
          text-align: left;
          padding: 0px; }
          .banner.style4 .banner-content h1 {
            font-size: 50px; }
          .banner.style4 .banner-content p {
            font-size: 20px; }
          .banner.style4 .banner-content h3 {
            font-size: 36px; } }
  .banner.style5 {
    height: 100vh;
    background-image: url(../images/banner/banner5.jpg);
    background-repeat: no-repeat; }
    .banner.style5 > .container > .row {
      height: 100vh; }
    @media (min-width: 992px) {
      .banner.style5 {
        height: 100vh; }
        .banner.style5 > .container > .row {
          height: 100vh; } }
    .banner.style5 .banner-content {
      text-align: center; }
      @media (min-width: 992px) {
        .banner.style5 .banner-content {
          text-align: left; } }
      .banner.style5 .banner-content h3 {
        font-weight: 400;
        color: #fff;
        text-transform: capitalize;
        font-size: 25px; }
        @media (min-width: 768px) {
          .banner.style5 .banner-content h3 {
            font-size: 50px; } }
        .banner.style5 .banner-content h3 span {
          color: #e7bf02; }
      .banner.style5 .banner-content h1 {
        margin-bottom: 0;
        font-size: 40px; }
        @media (min-width: 576px) {
          .banner.style5 .banner-content h1 {
            font-size: 70px; } }
        .banner.style5 .banner-content h1 span {
          color: #e7bf02; }
      .banner.style5 .banner-content p {
        font-size: 20px;
        max-width: unset; }
        @media (min-width: 576px) {
          .banner.style5 .banner-content p {
            font-size: 24px; } }
        .banner.style5 .banner-content p i {
          color: #e7bf02;
          margin-right: 6px; }
      .banner.style5 .banner-content .video-button-area .video-btn {
        margin-right: 10px; }
      .banner.style5 .banner-content .video-button-area span {
        color: #fff;
        font-weight: 500; }

.custom-btn {
  padding: 13px 25px;
  display: inline-block;
  background-color: #e7bf02;
  color: #282828;
  font-weight: 700;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
  .custom-btn:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
    background-color: #ed1c24;
    color: #fff; }

.button {
  font-size: 12px;
  font-weight: 700;
  color: #2e3d62;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s; }
  .button i {
    margin-left: 4px;
    font-size: 10px; }
  .button:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
    color: #ed1c24; }

.video-btn {
  width: 65px;
  height: 65px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #e7bf02;
  color: #fff;
  line-height: 67px;
  text-align: center;
  display: inline-block;
  font-size: 22px; }
  .video-btn i {
    margin-left: 3px; }
  .video-btn:hover {
    color: #fff; }

.aboutus {
  padding-top: 120px;
  padding-bottom: 120px; }
  .aboutus.style2 .section-header {
    padding-left: 20px; }
  .aboutus.style3 {
    overflow: hidden;
    position: relative; }
    .aboutus.style3 .about-image {
      margin-left: 0px;
      margin-top: 0px;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
      position: relative; }
      .aboutus.style3 .about-image img {
        transform: translateX(0px) translateY(0px); }
    .aboutus.style3 .section-header {
      padding-right: 0; }
      @media (min-width: 992px) {
        .aboutus.style3 .section-header {
          padding-right: 40px; } }
      .aboutus.style3 .section-header .title {
        margin-bottom: 30px; }
        .aboutus.style3 .section-header .title span {
          color: #0266b2; }
        .aboutus.style3 .section-header .title:after {
          display: none; }
  .aboutus.style4 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../images/about/aboutbg.jpg);
    position: relative; }
    .aboutus.style4:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(80, 76, 229, 0.95); }
    .aboutus.style4 .about-img {
      position: relative; }
      .aboutus.style4 .about-img .video-play {
        width: 100px;
        height: 100px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: rgba(231, 191, 2, 0.95);
        text-align: center;
        line-height: 104px;
        font-size: 36px;
        color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -50px;
        margin-left: -50px; }

.about-author .author-image {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
  margin-right: 15px; }
.about-author .author-content img, .about-author .author-content span {
  display: block;
  line-height: 2; }

.about-image {
  margin-left: 85px;
  margin-top: 50px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); }
  .about-image img {
    transform: translateX(-40px) translateY(-40px);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  .about-image.style2 {
    margin-top: 50px; }
    @media (min-width: 992px) {
      .about-image.style2 {
        margin-left: 0;
        margin-right: 40px; } }
    .about-image.style2 .image-content {
      transform: translateY(-15px);
      margin-top: 10px; }
      .about-image.style2 .image-content p {
        font-size: 16px;
        color: #282828;
        font-weight: 700;
        padding-left: 30px; }
        .about-image.style2 .image-content p span {
          color: #e7bf02;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          transition: 0.3s; }
      .about-image.style2 .image-content a {
        width: 36px;
        height: 36px;
        background-color: #e7bf02;
        border-radius: 100%;
        line-height: 36px;
        color: #282828;
        text-align: center;
        margin-right: 40px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s; }
        .about-image.style2 .image-content a:hover {
          background-color: #ed1c24;
          color: #fff; }
  .about-image:hover img {
    transform: translateX(0px) translateY(-40px); }
  .about-image:hover .image-content p span {
    color: #ed1c24; }
  .about-image:hover .image-content a {
    background-color: #ed1c24;
    color: #fff; }

.about-list li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #f8f8f8;
  margin-bottom: 7px;
  flex-direction: column;
  padding: 30px 20px; }
  @media (min-width: 768px) {
    .about-list li {
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px;
      flex-direction: row;
      padding: 0; } }
  .about-list li span {
    font-weight: 500; }
  .about-list li .about-icon {
    width: 80px;
    height: 80px;
    border: 5px solid #ebebeb;
    background-color: #e7bf02;
    display: inline-block;
    border-radius: 100%;
    margin-right: 10px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 15px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    @media (min-width: 768px) {
      .about-list li .about-icon {
        margin-bottom: 0; } }
    .about-list li .about-icon:before {
      margin-left: 0;
      font-size: 38px; }
    .about-list li .about-icon.flaticon-lamp:before {
      margin-left: 10px; }
  .about-list li:hover .about-icon {
    background-color: #ed1c24;
    color: #fff; }

.our-service.style1 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(../images/service/bg.jpg); }
  .our-service.style1 .section-header {
    margin-bottom: 40px; }
  .our-service.style1 .service-item {
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      .our-service.style1 .service-item {
        margin-bottom: 0; } }
    .our-service.style1 .service-item .service-thumb {
      overflow: hidden; }
      .our-service.style1 .service-item .service-thumb img {
        width: 100%;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s; }
    .our-service.style1 .service-item .service-content {
      position: relative;
      padding: 20px 15px 30px 15px;
      background-color: #fff; }
      @media (min-width: 1300px) {
        .our-service.style1 .service-item .service-content {
          padding: 20px 20px 30px 20px; } }
      .our-service.style1 .service-item .service-content h6 {
        font-size: 17px;
        color: #232425;
        margin-bottom: 20px; }
        .our-service.style1 .service-item .service-content h6 .title-icon {
          margin-right: 10px;
          width: 40px;
          height: 36px;
          background-color: #e7bf02;
          text-align: center;
          line-height: 36px;
          display: inline-block;
          color: #232425;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          transition: 0.3s; }
          .our-service.style1 .service-item .service-content h6 .title-icon:before {
            margin-left: 0;
            font-size: 18px; }
        .our-service.style1 .service-item .service-content h6 a {
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          transition: 0.3s; }
        .our-service.style1 .service-item .service-content h6 a:hover {
          color: #ed1c24; }
          .our-service.style1 .service-item .service-content h6 a:hover .title-icon {
            color: #232425; }
      .our-service.style1 .service-item .service-content:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 6px;
        background-color: #db8902;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s; }
      .our-service.style1 .service-item .service-content:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 10%;
        height: 6px;
        background-color: #ed1c24;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s;
        opacity: 0;
        z-index: 1; }
    .our-service.style1 .service-item:hover .title-icon {
      background-color: #ed1c24 !important;
      color: #fff !important; }
    .our-service.style1 .service-item:hover a {
      color: #ed1c24; }
    .our-service.style1 .service-item:hover .service-thumb img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .our-service.style1 .service-item:hover .service-content:before {
      width: 100%;
      opacity: 1; }
.our-service.style2 {
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .our-service.style2 {
      padding-left: 0;
      padding-right: 0; } }
  .our-service.style2 .service-item {
    margin-bottom: 30px; }
    .our-service.style2 .service-item .service-icon {
      width: 65px;
      height: 65px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-color: #f1f1f1;
      color: #0266b2;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s;
      line-height: 65px;
      text-align: center;
      float: left;
      margin-right: 15px; }
      .our-service.style2 .service-item .service-icon span {
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s; }
        .our-service.style2 .service-item .service-icon span:before {
          font-size: 30px;
          margin-left: 0; }
    .our-service.style2 .service-item .service-content {
      display: table; }
      .our-service.style2 .service-item .service-content .title {
        font-size: 16px;
        font-weight: 600;
        color: #0266b2;
        margin-bottom: 10px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s; }
      .our-service.style2 .service-item .service-content .desc {
        color: #615f5f;
        margin-bottom: 0; }
    .our-service.style2 .service-item:hover .service-icon {
      color: #ed1c24; }
    .our-service.style2 .service-item:hover .service-content .title {
      color: #ed1c24; }
.our-service.style3 {
  background-image: url(../images/service/style3-bg.jpg);
  background-position: center center;
  background-repeat: repeat;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px; }
  .our-service.style3 .section-header {
    margin-bottom: 60px; }
    .our-service.style3 .section-header .title span {
      color: #e7bf02; }
  .our-service.style3 .service-image {
    margin-top: 25px;
    margin-bottom: 50px; }
    @media (min-width: 992px) {
      .our-service.style3 .service-image {
        margin-top: 0;
        margin-bottom: 0; } }
  .our-service.style3 .service-item {
    margin-bottom: 60px; }
    .our-service.style3 .service-item .service-icon {
      width: 80px;
      height: 80px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 2px dashed rgba(255, 255, 255, 0.8);
      text-align: center;
      line-height: 80px;
      color: #e7bf02; }
      .our-service.style3 .service-item .service-icon span:before {
        margin-left: 0;
        font-size: 35px; }
    .our-service.style3 .service-item .service-content .title {
      font-size: 18px;
      color: #fff;
      font-weight: 700;
      margin-bottom: 10px; }
    .our-service.style3 .service-item .service-content .desc {
      color: #c8c8c8;
      font-size: 14px;
      font-weight: 600; }
  .our-service.style3 .service-list .service-item:last-child {
    margin-bottom: 0; }
  @media (min-width: 1200px) {
    .our-service.style3 .service-list.left {
      transform: translateX(30px); } }
  .our-service.style3 .service-list.left .service-icon {
    float: none;
    margin: auto; }
    @media (min-width: 992px) {
      .our-service.style3 .service-list.left .service-icon {
        float: right; } }
  .our-service.style3 .service-list.left .service-content {
    text-align: center;
    margin-top: 15px; }
    @media (min-width: 992px) {
      .our-service.style3 .service-list.left .service-content {
        text-align: right;
        margin-right: 100px;
        margin-top: 0; } }
  @media (min-width: 1200px) {
    .our-service.style3 .service-list.right {
      transform: translateX(-35px); } }
  .our-service.style3 .service-list.right .service-icon {
    float: none;
    margin: auto; }
    @media (min-width: 992px) {
      .our-service.style3 .service-list.right .service-icon {
        float: left; } }
  .our-service.style3 .service-list.right .service-content {
    text-align: center;
    marign-top: 15px; }
    @media (min-width: 992px) {
      .our-service.style3 .service-list.right .service-content {
        text-align: left;
        margin-left: 100px;
        margin-top: 0; } }

.feature-section {
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: #f5f5f5; }
  .feature-section.style2 {
    padding-top: 0;
    background-color: #fff; }
    .feature-section.style2 .feature-contnt-wrapper {
      transform: translateY(-100px); }
  .feature-section.style3 {
    padding-bottom: 0; }
    .feature-section.style3 .section-header {
      padding-top: 80px; }
    .feature-section.style3 .feature-chart .feature-chart-image {
      -webkit-transform: translateY(80px);
      -ms-transform: translateY(80px);
      transform: translateY(80px); }
  .feature-section.style4 {
    background-color: #fff; }
  .feature-section.style5 {
    background-color: #fff;
    padding-bottom: 0; }
    .feature-section.style5 .section-header {
      padding-top: 80px; }
    .feature-section.style5 .feature-chart .feature-chart-image {
      -webkit-transform: translateY(80px);
      -ms-transform: translateY(80px);
      transform: translateY(80px); }

.feature-contnt-wrapper {
  border-radius: 10px;
  overflow: hidden; }
  @media (min-width: 992px) {
    .feature-contnt-wrapper {
      background-color: #fff; } }

.feature-chart {
  background-image: url(../images/feature/bg-trans.png);
  background-position: 165% -29%;
  background-repeat: no-repeat; }

.feature-item {
  padding: 40px 20px 50px 20px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.09);
  margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .feature-item {
      margin-bottom: 0; } }
  .feature-item .feature-icon {
    color: #db8902; }
    .feature-item .feature-icon:before {
      font-size: 55px;
      margin-left: 0; }
  .feature-item:hover .feature-icon {
    animation: bounce .8s; }
  .feature-item h6 {
    font-weight: 700;
    margin-bottom: 22px;
    margin-top: 0; }
  .feature-item p {
    margin-bottom: 25px; }
  .feature-item a {
    font-size: 12px;
    color: #101010;
    font-weight: 700;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .feature-item a i {
      color: #e7bf02;
      margin-left: 10px; }
    .feature-item a:hover {
      color: #ed1c24; }
      .feature-item a:hover i {
        color: #ed1c24; }
  .feature-item.style2 {
    padding: 30px 20px;
    position: relative;
    border-radius: 5px;
    background-color: transparent;
    box-shadow: none; }
    .feature-item.style2 .item-count {
      position: absolute;
      left: 15px;
      top: -15px;
      font-size: 120px;
      font-family: "Poppins", sans-serif;
      opacity: 0; }
    .feature-item.style2 .feature-icon {
      color: #0266b2;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
    .feature-item.style2:hover .feature-icon {
      animation: bounce .8s; }
    .feature-item.style2 p {
      font-weight: 600;
      color: #6e6c6c;
      line-height: 1.72;
      letter-spacing: 0.1px; }
    .feature-item.style2:hover {
      background-color: #fff;
      box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); }
      .feature-item.style2:hover .feature-icon {
        color: #ed1c24; }
      .feature-item.style2:hover .item-count {
        opacity: 0.03; }
  .feature-item.base-color2 .feature-icon {
    color: #e7bf02; }
  .feature-item.style3 {
    padding: 0; }
    .feature-item.style3 .feature-icon {
      width: 110px;
      height: 110px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      line-height: 110px;
      text-align: center;
      background-color: #e7bf02;
      color: #fff;
      display: inline-block;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s;
      margin-bottom: 20px; }
      .feature-item.style3 .feature-icon:before {
        margin-left: 0;
        font-size: 45px; }
    .feature-item.style3 h6 {
      font-size: 18px;
      margin-bottom: 15px; }
    .feature-item.style3 a {
      text-transform: uppercase;
      color: #e7bf02;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
    .feature-item.style3:hover a {
      color: #0266b2; }
    .feature-item.style3:hover .feature-icon {
      background-color: #0266b2; }
    .feature-item.style3 .feature-item-inner {
      background-color: #fff;
      padding: 30px 40px;
      position: relative;
      z-index: 2; }
    .feature-item.style3.active {
      position: relative;
      z-index: 1; }
      .feature-item.style3.active .feature-item-inner {
        margin: 0 15px; }
      .feature-item.style3.active:after, .feature-item.style3.active:before {
        content: "";
        position: absolute;
        width: 45px;
        height: 100%;
        top: 50%;
        transform: translateY(-50%);
        border-radius: 50%;
        display: none; }
        @media (min-width: 992px) {
          .feature-item.style3.active:after, .feature-item.style3.active:before {
            display: block; } }
      .feature-item.style3.active:after {
        right: 15px;
        box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.1); }
      .feature-item.style3.active:before {
        left: 15px;
        box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.1); }
  .feature-item.style4 {
    padding: 30px 20px;
    margin: 20px;
    box-shadow: none; }
    .feature-item.style4 .feature-icon {
      width: 110px;
      height: 110px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      line-height: 110px;
      text-align: center;
      background-color: #e7bf02;
      color: #fff;
      display: inline-block;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s;
      margin-bottom: 20px; }
      .feature-item.style4 .feature-icon:before {
        margin-left: 0;
        font-size: 45px; }
    .feature-item.style4 h6 {
      font-size: 18px;
      margin-bottom: 15px; }
    .feature-item.style4 a {
      text-transform: uppercase;
      color: #e7bf02;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
    .feature-item.style4:hover a {
      color: #0266b2; }
    .feature-item.style4:hover .feature-icon {
      background-color: #0266b2; }
    .feature-item.style4:hover {
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06); }
    .feature-item.style4.active {
      box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06); }
      .feature-item.style4.active .feature-item-inner {
        margin: 0 15px; }

.testimonial-section {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(../images/testimonial/bg.png);
  background-repeat: no-repeat;
  background-position: -210% 90%;
  background-color: #f6f6f6; }
  .testimonial-section .section-header {
    margin-bottom: 80px; }
  .testimonial-section .testimonial {
    overflow: hidden;
    margin: auto;
    padding: 0 20px; }
    .testimonial-section .testimonial .testimonial-content {
      text-align: center;
      max-width: 670px;
      width: 100%;
      margin: auto; }
      .testimonial-section .testimonial .testimonial-content .flaticon-right-quote-1 {
        margin-bottom: 10px;
        color: #4e4e91; }
        .testimonial-section .testimonial .testimonial-content .flaticon-right-quote-1:before {
          font-size: 50px; }
      .testimonial-section .testimonial .testimonial-content p {
        font-size: 16px;
        font-weight: 500;
        font-style: italic;
        margin-bottom: 20px; }
        .testimonial-section .testimonial .testimonial-content p span {
          color: #ed1c24; }
      .testimonial-section .testimonial .testimonial-content .rating {
        margin-bottom: 20px;
        color: #e7bf02; }
      .testimonial-section .testimonial .testimonial-content .testi-author {
        margin: auto;
        justify-content: center; }
        .testimonial-section .testimonial .testimonial-content .testi-author .image {
          width: 50px;
          height: 50px;
          border-radius: 100%;
          overflow: hidden;
          box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
          margin-right: 15px; }
        .testimonial-section .testimonial .testimonial-content .testi-author .content {
          text-align: left; }
          .testimonial-section .testimonial .testimonial-content .testi-author .content .name {
            font-size: 17px;
            font-weight: 600;
            color: #282828;
            margin-bottom: 0px;
            font-style: normal; }
          .testimonial-section .testimonial .testimonial-content .testi-author .content .designation {
            margin-bottom: 0;
            font-style: normal;
            font-size: 12px;
            color: #4d4d4e; }
          .testimonial-section .testimonial .testimonial-content .testi-author .content.left-custom-line {
            padding-left: 30px;
            position: relative; }
            .testimonial-section .testimonial .testimonial-content .testi-author .content.left-custom-line:after {
              content: '';
              position: absolute;
              left: 0;
              top: 15px;
              width: 20px;
              height: 2px;
              background-color: #e84809; }

.blog-section {
  padding-top: 120px;
  padding-bottom: 120px; }

.content-inner {
  padding-top: 100px;
  padding-bottom: 100px; }
  .content-inner .post-item.style3 {
    margin-bottom: 50px; }

.footertop {
  padding-top: 120px;
  padding-bottom: 60px;
  /*background-image: url(../images/footer-bg.jpg);*/
    background-color:#e7e7e8;
}
  .footertop .footer-logo {
    margin-bottom: 40px; }
  .footertop p {
    color: #6a6b6f; }
  .footertop .contact-info {
    margin-bottom: 20px; }
    .footertop .contact-info li {
      color: #a7a7a7; }
      .footertop .contact-info li .icon {
        color: #0266b2; }
        .footertop .contact-info li .icon:before {
          margin-left: 0;
          margin-right: 10px; }
      .footertop .contact-info li .c-name {
        color: #6a6b6f;
        font-weight: 700;
        margin-right: 10px; }
      .footertop .contact-info li .c-text {
        color: #0266b2; }
    .footertop .contact-info.base-color2 li .icon {
      color: #e7bf02; }
    .footertop .contact-info.base-color2 li .c-text {
      color: #e7bf02; }
    .footertop .contact-info.base-color3 li .icon {
      color: #0266b2; }
    .footertop .contact-info.base-color3 li .c-text {
      color: #0266b2; }
  .footertop .social-media-list.style2 li a {
    width: 35px;
    height: 35px;
    text-align: center;
    padding: 0;
    line-height: 30px;
    border: 3px solid #828080;
    border-radius: 100%;
    margin: 5px;
    color: #828080;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .footertop .social-media-list.style2 li a:hover {
      color: #ed1c24;
      border-color: #ed1c24; }
  .footertop .social-media-list.base-color2 li a:hover {
    color: #e7bf02;
    border-color: #e7bf02; }
  .footertop .social-media-list.base-color3 li a:hover {
    color: #0266b2;
    border-color: #0266b2; }

.footer-widget {
  margin-bottom: 70px; }
  @media (min-width: 992px) {
    .footer-widget {
      margin-bottom: 0; } }
  .footer-widget p {
    color: #6a6b6f; }
  .footer-widget .widget-title {
    font-weight: 800;
    color: #6a6b6f;
    position: relative;
    text-transform: uppercase; }
    .footer-widget .widget-title span {
      color: #0266b2; }
    .footer-widget .widget-title:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -12px;
      width: 33px;
      height: 4px;
      background-color: #0266b2; }
    .footer-widget .widget-title.base-color2 span {
      color: #e7bf02; }
    .footer-widget .widget-title.base-color2:after {
      background-color: #e7bf02; }
    .footer-widget .widget-title.base-color3 span {
      color: #0266b2; }
    .footer-widget .widget-title.base-color3:after {
      background-color: #0266b2; }
  .footer-widget .recent-post-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 50px; }
    .footer-widget .recent-post-list .post-item {
      overflow: hidden;
      margin-bottom: 20px; }
      .footer-widget .recent-post-list .post-item:last-child {
        margin-bottom: 0; }
      .footer-widget .recent-post-list .post-item .thumb {
        width: 80px;
        height: 60px;
        border-radius: 3px;
        overflow: hidden;
        float: left;
        margin-right: 10px; }
      .footer-widget .recent-post-list .post-item .content {
        padding: 0; }
        .footer-widget .recent-post-list .post-item .content .title {
          font-size: 14px;
          font-weight: 600;
          color: #a7a7a7;
          margin: 0; }
        .footer-widget .recent-post-list .post-item .content .meta-post {
          margin-bottom: 5px; }
          .footer-widget .recent-post-list .post-item .content .meta-post li {
            color: #ed1c24;
            font-size: 12px;
            font-style: italic; }
      .footer-widget .recent-post-list .post-item.base-color2 .content .title a:hover {
        color: #e7bf02; }
      .footer-widget .recent-post-list .post-item.base-color2 .content .meta-post li {
        color: #e7bf02; }
      .footer-widget .recent-post-list .post-item.base-color3 .content .title a:hover {
        color: #0266b2; }
      .footer-widget .recent-post-list .post-item.base-color3 .content .meta-post li {
        color: #0266b2; }
  .footer-widget .link-list {
    margin-top: 50px;
    margin-bottom: 0; }
    .footer-widget .link-list li {
      margin-bottom: 15px; }
      .footer-widget .link-list li:last-child {
        margin-bottom: 0; }
      .footer-widget .link-list li a {
        display: block;
        color: #a7a7a7;
        font-weight: 600;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s; }
        .footer-widget .link-list li a:hover {
          color: #ed1c24; }
        .footer-widget .link-list li a i, .footer-widget .link-list li a svg {
          font-size: 7px;
          color: #0266b2;
          margin-right: 15px;
          transform: translateY(-2px); }
    .footer-widget .link-list.base-color2 li a:hover {
      color: #e7bf02; }
    .footer-widget .link-list.base-color2 li a i, .footer-widget .link-list.base-color2 li a svg {
      color: #e7bf02; }
    .footer-widget .link-list.base-color3 li a:hover {
      color: #0266b2; }
    .footer-widget .link-list.base-color3 li a i, .footer-widget .link-list.base-color3 li a svg {
      color: #0266b2; }
  .footer-widget .contact-form {
    margin-top: 50px; }
    .footer-widget .contact-form input {
      width: 100%;
      padding: 15px 20px;
      margin-bottom: 10px;
      border-radius: 5px;
      border: none; }
    .footer-widget .contact-form textarea {
      width: 100%;
      padding: 15px 20px;
      margin-bottom: 10px;
      border-radius: 5px;
      min-height: 100px;
      border: none; }
    .footer-widget .contact-form .submit {
      width: auto;
      padding: 9px 35px;
      border: 3px solid #fff;
      background-color: #0266b2;
      text-transform: uppercase;
      border-radius: 30px;
      color: #fff;
      font-weight: 600;
      cursor: pointer; }
    .footer-widget .contact-form.base-color2 .submit {
      background-color: #e7bf02; }
    .footer-widget .contact-form.base-color3 .submit {
      background-color: #0266b2; }

.footerbottom {
  background-color: #79797f;
  padding: 25px 0; }
  .footerbottom .copy-right {
    color: #f5f5f5;
    text-transform: uppercase;
    font-weight: 600; }
    .footerbottom .copy-right a {
      color: #0266b2; }
  .footerbottom.base-color2 .copy-right a {
    color: #e7bf02; }
  .footerbottom.base-color3 .copy-right a {
    color: #0266b2; }

.counterup-section {
  background-color: #e7bf02;
  padding-top: 110px;
  padding-bottom: 110px; }
  .counterup-section .counter-item {
    margin-bottom: 30px;
    justify-content: center; }
    .counterup-section .counter-item .counter-icon {
      width: 85px;
      height: 85px; }
    @media (min-width: 992px) {
      .counterup-section .counter-item {
        margin-bottom: 0; } }
  .counterup-section .counter-content {
    margin-left: 20px; }
    .counterup-section .counter-content .counter {
      display: block;
      font-size: 48px;
      font-weight: 700;
      color: #282828;
      line-height: 1.4; }
    .counterup-section .counter-content .text {
      display: block;
      font-size: 18px;
      font-weight: 700; }
  .counterup-section.style2 {
    padding-top: 0;
    padding-bottom: 0;
    background-image: url(../images/counter/bg.jpg); }
    .counterup-section.style2 .overlay {
      padding-top: 120px;
      padding-bottom: 100px;
      background-color: rgba(80, 76, 229, 0.95); }
    .counterup-section.style2 .counter-content .counter {
      color: #fff; }
    .counterup-section.style2 .counter-content .text {
      color: #fff;
      font-weight: 400; }

.pricing-section {
  background-color: #f5f5f5;
  padding-top: 120px;
  padding-bottom: 120px; }

.pricing-item {
  text-align: center;
  padding: 35px 25px;
  background-color: #fff;
  margin-bottom: 30px; }
  @media (min-width: 992px) {
    .pricing-item {
      margin-bottom: 0; } }
  .pricing-item .pricing-icon {
    margin-bottom: 5px; }
    .pricing-item .pricing-icon span {
      color: #0266b2; }
      .pricing-item .pricing-icon span:before {
        font-size: 42px;
        margin-left: 0; }
  .pricing-item .name {
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 0; }
  .pricing-item .price-amount {
    font-size: 40px;
    color: #2e3d62;
    position: relative;
    display: inline-block;
    margin-bottom: 0px; }
    .pricing-item .price-amount span {
      font-size: 16px;
      position: absolute;
      left: -12px;
      top: 11px; }
  .pricing-item .desc {
    font-size: 12px;
    color: #89898b;
    margin-bottom: 20px;
    line-height: 2; }
  .pricing-item .price-link {
    color: #0266b2;
    width: 100%;
    text-align: center;
    border: 1px solid #afb5c3;
    padding: 14px 30px;
    display: block;
    margin-bottom: 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .pricing-item .price-link:hover {
      background-color: #ed1c24;
      color: #fff;
      border-color: #ed1c24; }
  .pricing-item .price-details-list {
    margin: 0;
    padding-left: 0px;
    text-align: center;
    list-style-type: none; }
    @media (min-width: 768px) {
      .pricing-item .price-details-list {
        text-align: left; } }
    .pricing-item .price-details-list li {
      line-height: 2.5; }
      .pricing-item .price-details-list li i, .pricing-item .price-details-list li svg {
        font-size: 7px;
        margin-right: 5px;
        color: #2e3d62; }
      .pricing-item .price-details-list li span {
        font-weight: 600;
        color: #2e3d62; }
  .pricing-item:hover .price-link {
    background-color: #ed1c24;
    color: #fff;
    border-color: #ed1c24; }
  .pricing-item:hover .pricing-icon span {
    color: #ed1c24; }
  .pricing-item.base-color2 .pricing-icon span {
    color: #e7bf02; }
  .pricing-item.base-color2:hover .price-link {
    background-color: #e7bf02;
    color: #fff;
    border-color: #e7bf02; }
  .pricing-item.base-color2:hover .pricing-icon span {
    color: #e7bf02; }
  .pricing-item.style2 .name {
    margin-bottom: 5px; }
  .pricing-item.style2 .desc {
    margin-bottom: 0px; }
  .pricing-item.style2 .price-amount {
    margin-bottom: 0px;
    color: #0266b2;
    font-weight: 600;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  .pricing-item.style2 .price-details-list {
    padding-left: 30px;
    margin-bottom: 30px; }
    .pricing-item.style2 .price-details-list li i {
      font-size: 12px;
      margin-right: 5px; }
  .pricing-item.style2 .price-link {
    width: auto;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    background-color: #2e3d62;
    border: none;
    color: #fff;
    border-radius: 3px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
  .pricing-item.style2:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1); }
    .pricing-item.style2:hover .price-amount {
      color: #dbb606; }
    .pricing-item.style2:hover .price-link {
      background-color: #dbb606; }
    .pricing-item.style2:hover .pricing-icon span {
      color: #2e3d62; }

.gallery-section {
  padding-top: 100px;
  padding-bottom: 90px; }
  .gallery-section.style2 {
    background-image: url(../images/gallery/bg.jpg);
    position: relative;
    padding-bottom: 0; }
    .gallery-section.style2 .overlay {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url(../images/special-offer-bg.png);
      background-repeat: repeat;
      opacity: 0.96; }
    .gallery-section.style2 .section-header {
      position: relative; }
    .gallery-section.style2 .viewmore {
      position: relative;
      z-index: 1;
      padding-top: 50px;
      padding-bottom: 70px;
      background-image: url(../images/special-offer-bg.png); }
      .gallery-section.style2 .viewmore .view-more {
        font-size: 14px;
        font-weight: 500;
        color: #e7bf02;
        text-transform: uppercase; }
        .gallery-section.style2 .viewmore .view-more i, .gallery-section.style2 .viewmore .view-more svg {
          margin-left: 7px; }

.filter-button-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px; }
  .filter-button-list button {
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #2e3d62;
    margin: 0 15px;
    padding: 5px 0;
    cursor: pointer;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .filter-button-list button:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 3px;
      border-bottom: 1px dashed #e0e0e0;
      opacity: 0;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
    .filter-button-list button.is-checked, .filter-button-list button:hover {
      color: #e7bf02; }
      .filter-button-list button.is-checked:after, .filter-button-list button:hover:after {
        opacity: 1; }

.gallery-container .item {
  width: 100%; }
  @media (min-width: 768px) {
    .gallery-container .item {
      width: 50%; } }
  @media (min-width: 992px) {
    .gallery-container .item {
      width: 33.33%; } }

.gallery-item {
  margin: 15px; }
  .gallery-item .gallery-thumb {
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative; }
    .gallery-item .gallery-thumb img {
      width: 100%; }
    .gallery-item .gallery-thumb:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(231, 191, 2, 0.9);
      opacity: 0;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
    .gallery-item .gallery-thumb .gallery-content {
      position: absolute;
      left: 0;
      width: 100%;
      bottom: -30px;
      padding: 30px;
      opacity: 0;
      z-index: 1;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
    .gallery-item .gallery-thumb .gallery-content-inner {
      background-color: #fff;
      padding-right: 50px;
      position: relative;
      padding: 40px 20px; }
      .gallery-item .gallery-thumb .gallery-content-inner .icon {
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 45px;
        height: 45px;
        border: 1px solid #e7bf02;
        line-height: 47px;
        color: #2e3d62;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        font-size: 20px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        transition: 0.3s; }
        .gallery-item .gallery-thumb .gallery-content-inner .icon:hover {
          color: #fff;
          background-color: #e7bf02; }
      .gallery-item .gallery-thumb .gallery-content-inner .title {
        margin-top: 0;
        color: #2e3d62;
        font-size: 18px;
        font-weight: 800;
        text-transform: uppercase; }
        .gallery-item .gallery-thumb .gallery-content-inner .title span {
          color: #e7bf02; }
      .gallery-item .gallery-thumb .gallery-content-inner p {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 0.4px;
        color: #898888;
        margin-bottom: 0; }
  .gallery-item:hover {
    box-shadow: 0px 0px 10px 0px rgba(46, 61, 98, 0.1); }
    .gallery-item:hover .gallery-thumb:after {
      opacity: 1; }
    .gallery-item:hover .gallery-thumb .gallery-content {
      opacity: 1;
      bottom: 0; }

.gallery-container2 {
  overflow: hidden; }
  .gallery-container2 .gallery-item2 {
    position: relative; }
    .gallery-container2 .gallery-item2 img {
      width: 100%; }
    .gallery-container2 .gallery-item2:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(231, 191, 2, 0.85);
      opacity: 0;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
    .gallery-container2 .gallery-item2 .content {
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      -webkit-transform: translateY(-50%) scale(0);
      -ms-transform: translateY(-50%) scale(0);
      transform: translateY(-50%) scale(0);
      padding: 0 20px;
      z-index: 1;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
      .gallery-container2 .gallery-item2 .content .content-inner {
        padding: 30px 0px;
        border: 5px solid #fff;
        width: 100%;
        text-align: center; }
      .gallery-container2 .gallery-item2 .content .subtitle {
        color: #fff;
        margin-bottom: 0;
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif; }
      .gallery-container2 .gallery-item2 .content .title {
        color: #fff;
        margin-bottom: 0;
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif; }
    .gallery-container2 .gallery-item2:hover .content {
      -webkit-transform: translateY(-50%) scale(1);
      -ms-transform: translateY(-50%) scale(1);
      transform: translateY(-50%) scale(1); }
    .gallery-container2 .gallery-item2:hover:after {
      opacity: 1; }

.gallery-single {
  margin: 0; }
  .gallery-single .gallery-thumb:after {
    display: none; }
  .gallery-single .gallery-content {
    padding: 30px 0; }
    .gallery-single .gallery-content .title {
      font-size: 26px; }
  .gallery-single blockquote {
    padding: 40px;
    position: relative;
    background-color: #f5f5f5; }
    .gallery-single blockquote:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 3px;
      height: 100%;
      background-color: #e7bf02; }
    .gallery-single blockquote p {
      margin: 0;
      font-size: 16px;
      font-weight: 300; }
  .gallery-single:hover {
    box-shadow: none; }

.post-navigation {
  padding: 15px; }
  .post-navigation a {
    color: #48577b;
    font-size: 14px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s; }
    .post-navigation a i {
      color: #48577b;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
    .post-navigation a:hover {
      font-weight: 500; }
      .post-navigation a:hover i {
        color: #e7bf02; }

.col-lg-3 .gallery-item .gallery-thumb .gallery-content-inner .title {
  font-size: 15px; }

.support-section .support-left {
  width: 100%;
  background-color: #2e3d62;
  text-align: center; }
.support-section .support-right {
  width: 100%;
  background-color: #e7bf02; }
.support-section .support-content {
  padding: 45px 30px; }
  .support-section .support-content h2 {
    font-size: 36px;
    margin-bottom: 0;
    color: #fff; }
    .support-section .support-content h2 span {
      color: #e7bf02; }
  .support-section .support-content p {
    font-size: 16px;
    color: #dedede;
    margin-bottom: 0; }
  .support-section .support-content h6 {
    color: #e7bf02; }

.support-container {
  max-width: 1000px; }

.support-item {
  text-align: center;
  padding: 50px 50px; }
  .support-item .icon {
    margin-bottom: 10px; }
  .support-item p {
    margin-bottom: 0; }

.special-offer-section {
  background-image: url(../images/special-offer-bg.png);
  background-repeat: repeat; }
  .special-offer-section .offer-left {
    margin-bottom: 40px; }
    .special-offer-section .offer-left img {
      width: 100%; }
    @media (min-width: 992px) {
      .special-offer-section .offer-left {
        margin-bottom: 0; } }

.offer-content {
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  padding-bottom: 80px; }
  @media (min-width: 992px) {
    .offer-content {
      text-align: left;
      padding-bottom: 0px;
      padding-left: 70px;
      padding-right: 0; } }
  .offer-content p {
    font-size: 14px;
    font-weight: 500;
    color: #c4c4c4;
    margin-bottom: 0px; }
  .offer-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #fff; }
    .offer-content h2 span {
      color: #e7bf02; }
  .offer-content .price {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 10px; }
    .offer-content .price h3 {
      color: #e7bf02;
      font-size: 36px; }
      .offer-content .price h3 span {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500; }
    .offer-content .price:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -10px;
      width: 60px;
      height: 8px;
      background-color: #e7bf02; }
  .offer-content .offer-info-list {
    margin-bottom: 30px;
    padding-left: 0;
    list-style-type: none; }
    .offer-content .offer-info-list li {
      font-size: 14px;
      font-weight: 500;
      line-height: 36px;
      color: #fff; }
      .offer-content .offer-info-list li i {
        margin-right: 7px;
        color: #e7bf02; }

.page-header {
  height: 340px;
  position: relative; }
  .page-header .page-header-content {
    position: relative;
    left: 0;
    top: 70%;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    width: 100%;
    height: auto; }
    .page-header .page-header-content .page-title {
      color: #87888d;
      font-weight: 900;
      font-size: 40px;
      text-transform: uppercase;
      margin-bottom: 0; }
      .page-header .page-header-content .page-title span {
        color: #e7bf02; }
      @media (min-width: 768px) {
        .page-header .page-header-content .page-title {
          font-size: 42px; } }
    .page-header .page-header-content .breadcrumb {
      background-color: transparent;
      width: auto;
      padding-top: 0; }
      .page-header .page-header-content .breadcrumb li {
        color: #0266b2;
        font-size: 16px;
        margin-right: 10px; }
        .page-header .page-header-content .breadcrumb li:last-child {
          margin-right: 0; }
        .page-header .page-header-content .breadcrumb li a {
          color: #0266b2; }
  .page-header.style1 {
    background-image: url(../images/page-header/01.jpg); background-size:100%; }
  .page-header.style2 {
    background-image: url(../images/page-header/02.jpg); }
  .page-header.style3 {
    background-image: url(../images/page-header/03.jpg); }
    .page-header.style3 .page-header-content {
      -webkit-transform: translateY(-20%);
      -ms-transform: translateY(-20%);
      transform: translateY(-20%); }
      .page-header.style3 .page-header-content .page-title {
        font-size: 40px; }
        @media (min-width: 768px) {
          .page-header.style3 .page-header-content .page-title {
            font-size: 70px; } }

.widget {
  margin-bottom: 40px; }
  .widget .widget-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600; }

.search-form {
  position: relative; }
  .search-form input {
    width: 100%;
    padding: 14px 50px 14px 25px;
    border: none;
    background-color: #f7f7f7;
    outline: none; }
  .search-form i {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 100%;
    line-height: 53px;
    color: #fff;
    background-color: #e7bf02;
    text-align: center;
    cursor: pointer; }

.title-post-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0; }
  .title-post-list li {
    border-bottom: 1px solid #e7e6e6; }
    .title-post-list li a {
      font-size: 14px;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      line-height: 24px;
      padding: 15px 0;
      display: block;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
      .title-post-list li a i {
        margin-right: 6px; }
      .title-post-list li a:hover {
        padding-left: 5px;
        color: #ed1c24; }

.cata-post-list {
  list-style-type: none;
  padding-left: 0;
  margin: 0; }
  .cata-post-list li {
    border-bottom: 1px solid #e7e6e6; }
    .cata-post-list li a {
      font-size: 14px;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      line-height: 24px;
      padding: 15px 0;
      display: block;
      width: 100%;
      overflow: hidden;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
      .cata-post-list li a i {
        margin-right: 6px; }
      .cata-post-list li a .count {
        float: right; }
      .cata-post-list li a:hover {
        color: #ed1c24;
        padding-left: 5px; }

.newsletter-form {
  background-color: #f4f4f4;
  padding: 30px 20px 40px 20px;
  text-align: center;
  position: relative; }
  .newsletter-form:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/sidebar/trans-map.png);
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.8; }
  .newsletter-form .widget-title {
    text-transform: uppercase; }
  .newsletter-form p {
    margin-bottom: 30px; }
  .newsletter-form input {
    padding: 12px 20px;
    background-color: #fff;
    border: none;
    outline: none;
    width: 100%;
    margin-bottom: 10px; }
  .newsletter-form .submit {
    background-color: #0061b3;
    color: #fff;
    margin-bottom: 0; }
  .newsletter-form .widget-title, .newsletter-form p, .newsletter-form form {
    position: relative;
    z-index: 1; }

.tag-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none; }
  .tag-list li a {
    padding: 7px 15px;
    display: block;
    background-color: #f4f4f4;
    margin: 2px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    color: #7a7c83;
    font-size: 11px;
    font-weight: 500; }
    .tag-list li a:hover {
      background-color: #e7bf02;
      color: #fff; }

.instagram {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none; }
  .instagram li a {
    margin: 2px;
    display: block;
    overflow: hidden; }
    .instagram li a img {
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
    .instagram li a:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }

.entry-content {
  box-shadow: none; }
  .entry-content .single-content {
    text-align: left; }
    @media (min-width: 992px) {
      .entry-content .single-content {
        text-align: left; } }
    .entry-content .single-content img {
      margin: 10px 0; }
    .entry-content .single-content .content {
      padding: 20px 0 0 0; }
  .entry-content .entry-footer {
    padding-left: 0 !important; }
    .entry-content .entry-footer:after {
      display: none; }
    .entry-content .entry-footer .tag li:first-child {
      padding-left: 0;
      font-size: 16px;
      margin-right: 10px; }
    .entry-content .entry-footer .tag li a {
      padding: 0 10px;
      display: block; }

.entry-author {
  background-color: #f7f7f7;
  padding: 30px;
  margin: 60px 0; }
  .entry-author .author-image {
    margin-right: 15px;
    width: 100px;
    height: 100px;
    border: 2px solid #ebebeb;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.08); }
  .entry-author .author-content {
    width: calc(100% - 115px); }
    .entry-author .author-content .name {
      font-size: 16px;
      margin-right: 10px; }
      .entry-author .author-content .name .designation {
        color: #717275;
        font-size: 14px;
        font-weight: 400; }

.comments-list {
  padding: 0;
  list-style: none;
  background-color: #fff; }
  .comments-list .comments {
    padding: 20px 20px 0px 20px;
    margin-bottom: 10px;
    list-style: none; }
    .comments-list .comments .thumb {
      width: 80px;
      height: 80px;
      float: left;
      margin-right: 20px;
      overflow: hidden;
      display: none; }
      @media (min-width: 768px) {
        .comments-list .comments .thumb {
          display: block; } }
    .comments-list .comments .content {
      display: table;
      background-color: transparent;
      padding-bottom: 20px;
      border-bottom: 1px solid #e0e0e0; }
      .comments-list .comments .content .comment-heading .name {
        font-size: 18px;
        color: #2e3d62;
        font-weight: 600; }
      .comments-list .comments .content .comment-heading span {
        font-size: 12px;
        color: #959494; }
      .comments-list .comments .content p {
        margin-bottom: 15px; }
      .comments-list .comments .content .comment-reply-link {
        background-color: #000;
        padding: 3px 10px;
        float: right;
        color: #fff;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        display: inline-block; }
        .comments-list .comments .content .comment-reply-link:hover {
          background-color: #ed1c24; }
    .comments-list .comments .comment-sub-list {
      padding: 0;
      margin-left: 70px;
      list-style: none;
      margin-top: 10px; }
      .comments-list .comments .comment-sub-list li {
        padding-left: 0; }

.mas-section {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 50px; }
  .mas-section .section-title {
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 18px;
    border-bottom: 1px solid #e0e0e0; }
    .mas-section .section-title span {
      color: #e7bf02; }
    .mas-section .section-title p {
      margin-top: 7px;
      margin-bottom: 10px;
      font-weight: 400;
      color: #7a7878; }
      .mas-section .section-title p > span {
        color: #ed1c24; }

.comment-response {
  background-color: #fff; }
  .comment-response form label {
    color: #646568;
    font-size: 13px;
    font-weight: 500; }
  .comment-response form input {
    padding: 7px 25px;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    width: 100%;
    font-size: 14px;
    font-weight: 300; }
  .comment-response form textarea {
    padding: 30px;
    min-height: 100px;
    width: 100%;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px; }
  .comment-response form input[type="submit"] {
    background-color: #e7bf02;
    color: #2e3d62;
    margin-top: 20px;
    padding: 7px 55px;
    margin-bottom: 0;
    width: auto;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    border: none;
    font-weight: 700; }
    .comment-response form input[type="submit"]:hover {
      background-color: #ed1c24;
      color: #fff; }

.shop-section {
  padding-top: 120px;
  padding-bottom: 70px; }

.shop-item {
  border: 1px solid #f0f0f0;
  margin-bottom: 50px; }
  .shop-item .shop-thumb {
    height: 250px;
    width: 100%;
    background-color: #f0f0f0;
    position: relative; }
    .shop-item .shop-thumb img {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px); }
    .shop-item .shop-thumb:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s;
      background-color: rgba(231, 191, 2, 0.9); }
    .shop-item .shop-thumb .add-cart {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
      transform: translate(-50%, 0%);
      text-transform: uppercase;
      padding: 10px 10px;
      background-color: #fff;
      width: 140px;
      font-size: 14px;
      font-weight: 600;
      color: #323f5d;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      z-index: 2;
      opacity: 0;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      transition: 0.3s; }
      .shop-item .shop-thumb .add-cart i {
        margin-right: 7px; }
      .shop-item .shop-thumb .add-cart:hover {
        background-color: #ed1c24;
        color: #fff; }
  .shop-item .shop-content {
    padding: 0 15px; }
    .shop-item .shop-content .shop-content-inner {
      background-color: #fff;
      padding: 20px 20px 0px 20px;
      -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
      transform: translateY(-25px); }
    .shop-item .shop-content .title {
      font-size: 14px;
      font-weight: 600;
      margin: 0;
      line-height: 24px; }
      .shop-item .shop-content .title a {
        color: inherit; }
    .shop-item .shop-content p {
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 0; }
      .shop-item .shop-content p span {
        color: #ed1c24; }
    .shop-item .shop-content .meta-post-area {
      margin-bottom: 10px; }
  .shop-item:hover .shop-thumb:after {
    opacity: 1; }
  .shop-item:hover .shop-thumb .add-cart {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.rating {
  color: #e7bf02; }
  .rating i {
    margin: 1px; }

.shop-meta-post li {
  margin: 0 7px;
  position: relative; }
  .shop-meta-post li:after {
    content: '';
    position: absolute;
    right: -7px;
    top: 50%;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background-color: #e3e3e3; }
  .shop-meta-post li:last-child:after {
    display: none; }
  .shop-meta-post li span {
    margin-right: 6px;
    color: #959595; }
  .shop-meta-post li i {
    color: #959595; }

.shop-single-page {
  padding-top: 120px;
  padding-bottom: 70px; }

.prodcut-thumb-details {
  padding-right: 10px; }
  .prodcut-thumb-details .product-big-thumb {
    width: 100%;
    height: 520px;
    background-color: #e7e7e7; }

.product-thumb-controller-list .product-thumb-controller-item {
  width: 20%; }
  .product-thumb-controller-list .product-thumb-controller-item .small-thumb {
    display: block;
    margin: 20px 5px;
    background-color: #e7e7e7;
    height: 115px;
    text-align: center;
    line-height: 115px; }
  .product-thumb-controller-list .product-thumb-controller-item:first-child .small-thumb {
    margin-left: 0; }
  .product-thumb-controller-list .product-thumb-controller-item:last-child .small-thumb {
    margin-right: 0; }

.product-details {
  padding-bottom: 100px; }

.product-content-details .product-name {
  margin-bottom: 20px; }
  .product-content-details .product-name h5 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    color: #2e3d62; }
  .product-content-details .product-name p {
    margin-bottom: 0;
    color: #727272;
    font-size: 14px; }
.product-content-details .product-price {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 10px;
  margin-bottom: 30px; }
  .product-content-details .product-price .price strike {
    color: #c4c4c4;
    margin-right: 10px; }
  .product-content-details .product-price .price span {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 500; }
.product-content-details .description {
  margin-bottom: 40px; }
  .product-content-details .description p {
    color: #646464;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 0; }
.product-content-details .button-area {
  margin-bottom: 45px; }
  .product-content-details .button-area .add-cart {
    text-transform: uppercase;
    padding: 9px 20px;
    font-weight: 500;
    background-color: #121212;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    color: #fff;
    margin-right: 15px; }
    .product-content-details .button-area .add-cart i {
      margin-right: 6px; }
  .product-content-details .button-area .wishlist {
    color: #121212;
    text-transform: uppercase;
    font-weight: 500; }
    .product-content-details .button-area .wishlist i {
      margin-right: 6px; }
.product-content-details .product-info-details h6 {
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 5px;
  padding-bottom: 10px; }
.product-content-details .product-info-details .info li {
  line-height: 2.5; }
  .product-content-details .product-info-details .info li .types {
    color: #454545;
    font-weight: 300; }
  .product-content-details .product-info-details .info li .p-desc {
    color: #2e3d62;
    font-weight: 500; }
    .product-content-details .product-info-details .info li .p-desc a {
      margin-right: 6px; }

.item-number-counter {
  margin-right: 15px;
  width: 125px;
  border: 1px solid #a1a1a1;
  display: inline-block;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }
  .item-number-counter input {
    border-top: none;
    border-bottom: none;
    border-left: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    outline: none;
    width: 65px;
    padding-left: 30px; }
    .item-number-counter input::placeholder {
      color: #2e3d62;
      font-weight: 600; }
  .item-number-counter span {
    padding: 6px 5px;
    display: inline-block;
    cursor: pointer;
    color: #2e3d62; }
    .item-number-counter span:hover {
      color: #e7bf02; }

.product-dar-section {
  padding-bottom: 100px; }

.dar-tab {
  position: relative;
  margin-bottom: 50px; }
  .dar-tab:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 1px;
    background-color: #e6e6e6; }
  .dar-tab .dar-item a {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    color: #2e3d62; }
    .dar-tab .dar-item a:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -7px;
      width: 100%;
      height: 3px;
      background-color: #e7bf02;
      opacity: 0; }
    .dar-tab .dar-item a.active:after {
      opacity: 1; }

.dar-body {
  padding: 30px 50px;
  background-color: #f6f6f6; }

.related-post .related-title {
  margin-bottom: 20px; }

.cart-section {
  padding-top: 100px; }

.cart table {
  width: 100%; }
  .cart table thead tr th {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #e7e7e7;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase; }
    .cart table thead tr th.cart-item {
      width: 30%; }
    .cart table thead tr th.cart-price {
      width: 20%; }
    .cart table thead tr th.cart-quantity {
      width: 20%; }
    .cart table thead tr th.cart-total {
      width: 20%; }
    .cart table thead tr th.cart-product-remove {
      width: 10%;
      text-align: right; }
  .cart table tbody tr td {
    padding: 25px 0;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    font-weight: 500; }
    .cart table tbody tr td.cart-item {
      width: 30%;
      text-align: left; }
    .cart table tbody tr td.cart-price {
      width: 20%; }
    .cart table tbody tr td.cart-quantity {
      width: 20%; }
    .cart table tbody tr td.cart-total {
      width: 20%; }
    .cart table tbody tr td.cart-product-remove {
      width: 10%;
      text-align: right; }
      .cart table tbody tr td.cart-product-remove a {
        width: 25px;
        height: 25px;
        display: inline-block;
        background-color: #000;
        color: #fff;
        text-align: center;
        line-height: 25px; }
    .cart table tbody tr td .item-image {
      margin-right: 40px;
      display: inline-block; }
    .cart table tbody tr td .content {
      display: inline-block; }
      .cart table tbody tr td .content h5 {
        font-size: 14px; }
    .cart table tbody tr td.cart-price {
      font-size: 14px;
      color: #838383; }
    .cart table tbody tr td.cart-total {
      font-size: 14px;
      color: #1a1a1a; }

.custom-checkbox-selection {
  display: inline-block;
  width: 11px;
  height: 11px;
  position: relative; }
  .custom-checkbox-selection > span {
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #b3b3b3;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block; }
    .custom-checkbox-selection > span > span {
      width: 9px;
      height: 9px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background-color: #b3b3b3;
      margin: 1px;
      opacity: 0;
      display: block; }
  .custom-checkbox-selection input {
    opacity: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    width: 150px; }
    .custom-checkbox-selection input:checked ~ span {
      border-color: #e7bf02; }
      .custom-checkbox-selection input:checked ~ span span {
        background-color: #e7bf02;
        opacity: 1; }

.extra-facility {
  padding: 0;
  list-style: none; }
  .extra-facility .custom-checkbox-selection {
    display: inline-block;
    margin-right: 10px; }
  .extra-facility p {
    margin: 0;
    display: inline-block; }

.cart-total-box {
  background-color: #f7f7f7;
  padding: 40px 30px;
  margin-left: 15px; }
  .cart-total-box .cart-total-title {
    font-size: 14px;
    font-weight: 700;
    color: #2e3d62;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e3e3; }
  .cart-total-box .subtotal-price {
    padding-bottom: 15px;
    font-weight: 400; }
  .cart-total-box .extra-facility li {
    margin-bottom: 7px; }
  .cart-total-box .calculate {
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    margin-bottom: 20px;
    display: block; }
  .cart-total-box .final-cost {
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    padding: 10px 0;
    font-weight: 500;
    color: #2e3d62;
    margin-bottom: 30px; }
    .cart-total-box .final-cost span + span {
      color: #e7bf02; }
  .cart-total-box .checkout {
    display: block;
    text-align: center;
    padding: 10px 30px;
    background-color: #e7bf02;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #191f2e;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

.coupon-code-form {
  margin-top: 60px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  display: inline-block; }
  .coupon-code-form input {
    padding: 10px 40px;
    border: 1px solid #e3e3e3;
    border-right: none;
    margin-right: -5px; }
    .coupon-code-form input.submit {
      padding: 10px 50px;
      background-color: #e7bf02;
      color: #fff;
      font-weight: 600;
      text-transform: uppercase;
      border: 1px solid #e7bf02; }

.cart-section {
  padding-bottom: 90px; }

.cart-page {
  padding-bottom: 70px; }

#loading {
  background-color: #2c3e50;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999;
  margin-top: 0px;
  top: 0px; }

#loading-center {
  width: 100%;
  height: 100%;
  position: relative; }

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-animation: loading-center-absolute 1.5s infinite;
  animation: loading-center-absolute 1.5s infinite; }

.object {
  width: 25px;
  height: 25px;
  background-color: #FFF;
  float: left; }

#object_one {
  -webkit-animation: object_one 1.5s infinite;
  animation: object_one 1.5s infinite; }

#object_two {
  -webkit-animation: object_two 1.5s infinite;
  animation: object_two 1.5s infinite; }

#object_three {
  -webkit-animation: object_three 1.5s infinite;
  animation: object_three 1.5s infinite; }

#object_four {
  -webkit-animation: object_four 1.5s infinite;
  animation: object_four 1.5s infinite; }

@-webkit-keyframes loading-center-absolute {
  100% {
    -webkit-transform: rotate(-45deg); } }
@keyframes loading-center-absolute {
  100% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); } }
@-webkit-keyframes object_one {
  25% {
    -webkit-transform: translate(0, -50px) rotate(-180deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg); } }
@keyframes object_one {
  25% {
    transform: translate(0, -50px) rotate(-180deg);
    -webkit-transform: translate(0, -50px) rotate(-180deg); }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg); } }
@-webkit-keyframes object_two {
  25% {
    -webkit-transform: translate(50px, 0) rotate(-180deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg); } }
@keyframes object_two {
  25% {
    transform: translate(50px, 0) rotate(-180deg);
    -webkit-transform: translate(50px, 0) rotate(-180deg); }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg); } }
@-webkit-keyframes object_three {
  25% {
    -webkit-transform: translate(-50px, 0) rotate(-180deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg); } }
@keyframes object_three {
  25% {
    transform: translate(-50px, 0) rotate(-180deg);
    -webkit-transform: translate(-50px, 0) rotate(-180deg); }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: rtranslate(0, 0) rotate(-180deg); } }
@-webkit-keyframes object_four {
  25% {
    -webkit-transform: translate(0, 50px) rotate(-180deg); }
  100% {
    -webkit-transform: translate(0, 0) rotate(-180deg); } }
@keyframes object_four {
  25% {
    transform: translate(0, 50px) rotate(-180deg);
    -webkit-transform: translate(0, 50px) rotate(-180deg); }
  100% {
    transform: translate(0, 0) rotate(-180deg);
    -webkit-transform: translate(0, 0) rotate(-180deg); } }
@-webkit-keyframes helicopter-anim {
  0% {
    -webkit-transform: translateY(0px) translateX(0px);
    -ms-transform: translateY(0px) translateX(0px);
    transform: translateY(0px) translateX(0px); }
  25% {
    -webkit-transform: translateY(20px) translateX(0px);
    -ms-transform: translateY(20px) translateX(0px);
    transform: translateY(20px) translateX(0px); }
  50% {
    -webkit-transform: translateY(20px) translateX(20px);
    -ms-transform: translateY(20px) translateX(20px);
    transform: translateY(20px) translateX(20px); }
  50% {
    -webkit-transform: translateY(0px) translateX(20px);
    -ms-transform: translateY(0px) translateX(20px);
    transform: translateY(0px) translateX(20px); }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
    -ms-transform: translateY(0px) translateX(0px);
    transform: translateY(0px) translateX(0px); } }
.homepage-demo-section {
  padding-top: 100px;
  padding-bottom: 100px; }
  .homepage-demo-section .section-header {
    padding-bottom: 40px; }

.demo-item {
  margin-bottom: 60px; }
  .demo-item h4 {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center; }
    .demo-item h4 a {
      font-size: 18px;
      color: #000;
      display: block; }
  .demo-item .demo-thumb > a {
    width: 100%;
    height: 450px;
    display: block;
    background-image: url(../images/demo/home1.jpg);
    background-size: cover;
    overflow: hidden;
    background-position: top;
    transition: all 10s ease; }
    .demo-item .demo-thumb > a.home2 {
      background-image: url(../images/demo/home2.jpg); }
    .demo-item .demo-thumb > a.home3 {
      background-image: url(../images/demo/home3.jpg); }
    .demo-item .demo-thumb > a.home4 {
      background-image: url(../images/demo/home4.jpg); }
    .demo-item .demo-thumb > a.home5 {
      background-image: url(../images/demo/home5.jpg); }
    .demo-item .demo-thumb > a.about {
      background-image: url(../images/demo/about.jpg); }
    .demo-item .demo-thumb > a.portfolio1 {
      background-image: url(../images/demo/portfolio1.jpg); }
    .demo-item .demo-thumb > a.portfolio2 {
      background-image: url(../images/demo/portfolio2.jpg); }
    .demo-item .demo-thumb > a.portfolio3 {
      background-image: url(../images/demo/portfolio3.jpg); }
    .demo-item .demo-thumb > a.portfolio-single {
      background-image: url(../images/demo/portfolio-single.jpg); }
    .demo-item .demo-thumb > a.service1 {
      background-image: url(../images/demo/service1.jpg); }
    .demo-item .demo-thumb > a.service2 {
      background-image: url(../images/demo/service2.jpg); }
    .demo-item .demo-thumb > a.shop {
      background-image: url(../images/demo/shop_Pages.jpg); }
    .demo-item .demo-thumb > a.shop-single {
      background-image: url(../images/demo/Shop_single.jpg); }
    .demo-item .demo-thumb > a.cart {
      background-image: url(../images/demo/Cart.jpg); }
	 
    .demo-item .demo-thumb > a.service-single {
      background-image: url(../images/demo/service-single.jpg); }
    .demo-item .demo-thumb > a.blog1 {
      background-image: url(../images/demo/blog1.jpg); }
    .demo-item .demo-thumb > a.blog2 {
      background-image: url(../images/demo/blog2.jpg); }
    .demo-item .demo-thumb > a.blog3 {
      background-image: url(../images/demo/blog3.jpg); }
    .demo-item .demo-thumb > a.blog-single {
      background-image: url(../images/demo/blog-single.jpg); }
  .demo-item:hover .demo-thumb > a {
    background-position: bottom; }
  .demo-item.coming-soon .demo-thumb {
    width: 100%;
    height: 450px; }
    .demo-item.coming-soon .demo-thumb img {
      width: 100%;
      height: 100%;
      opacity: 0.5; }

.inner-page-header {
  background-image: url(../images/page-header/03.jpg);
  background-position: center center;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px; }
  .inner-page-header h2 {
    color: #fff;
    font-size: 40px; }
    .inner-page-header h2 span {
      color: #debb17; }

.inner-page-body {
  padding-top: 100px;
  padding-bottom: 100px; }

.demo-footer {
  background-image: url(../images/demo/footer-bg.jpg);
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px; }
  .demo-footer h2 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .demo-footer h2 {
        font-size: 50px; } }
    .demo-footer h2 span {
      color: #debb17; }
  .demo-footer p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 35px; }
  .demo-footer .footer-btn {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #debb17;
    padding: 12px 40px;
    border-radius: 40px;
    display: inline-block;
    transition: all 0.3s ease; }
    .demo-footer .footer-btn:hover {
      background-color: #debb17;
      color: #fff; }

/*# sourceMappingURL=style.css.map */
